Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Oracle PLSQL Tutorial
1) Aggregate Functions
2) Analytical Functions
3) Character String Functions
4) Collections
5) Conversion Functions
6) Cursor
7) Date Timestamp Functions
8) Function Procedure Packages
9) Index
10) Insert Update Delete
11) Introduction
12) Large Objects
13) Linear Regression Functions
14) Miscellaneous Functions
15) Numerical Math Functions
16) Object Oriented
17) PL SQL Data Types
18) PL SQL Operators
19) PL SQL Programming
20) PL SQL Statements
21) Query Select
22) Regular Expressions Functions
23) Sequences
24) Set
25) SQL Data Types
26) SQL PLUS Session Environment
27) Statistical Functions
28) System Packages
29) System Tables Data Dictionary
30) Table
31) Table Joins
32) Transaction
33) Trigger
34) User Privilege
35) View
36) XML
User Privilege
1) Add CASCADE after the users name in the DROP USER statement
2) Alter user to change the password
3) Assign CONNECT and RESOURCE Roles
4) Assign object privileges to roles
5) Assign Role to User
6) Change the password for the current user using the PASSWORD command
7) Changing a Users Password Using the ALTER USER statement
8) Checking Object Privileges Granted to a Role
9) Checking Roles Granted to a User
10) Checking System Privileges Granted to a Role
11) Create a synonym for a view
12) Create user and assign password
13) Create user and grant permission
14) CREATE USER userName IDENTIFIED BY password and grant permission
15) Create User Utility
16) Create user with storage quota
17) Create user with temporary tablespace, quota and default tablespace
18) Creates a user named henry and specifies a default and temporary tablespace
19) Creates a user named jason with a password of pass
20) Creating a public synonym
21) Creating a synonym for a table
22) Creating a User
23) Creating Roles
24) Default Roles
25) Describe a synonym
26) Display current user
27) Drop Role
28) Drop the user if it exists
29) Dropping a public synonym
30) Dropping a Role
31) Dropping a synonym
32) Get user name from all_users
33) Grant a privilege to all users by granting to PUBLIC
34) Grant a procedure to public and then execute it
35) Grant administer database trigger to userName
36) Grant all possible permissions
37) Grant connect and resource permission to a user
38) Grant connect permission to a user
39) Grant connect to permission to all name in a table
40) Grant create any context to userName
41) Grant CREATE SYNONYM, CREATE VIEW, CREATE DATABASE LINK, CREATE PUBLIC SYNONYM, DROP PUBLIC SYNONYM
42) Grant execute on dbms_rls to userName
43) Grant select on tableName to userName
44) Grant with admin option
45) Granting Object Privileges to a User
46) Granting Privileges to Roles
47) Granting Roles to a User
48) Granting System Privileges to a User
49) Object Privileges
50) Output session roles from procedure
51) Procedure for current user
52) Public Synonyms
53) Query a table by selecting its synonym
54) Query user granted roles
55) Regina and Kristen are manager level users
56) REVOKE CREATE TABLE, CREATE CLUSTER, CREATE SYNONYM, CREATE VIEW, CREATE SEQUENCE, CREATE DATABASE LINK FROM CONNECT
57) Revoke Permissions
58) Revoke Permissions with Cascade
59) Revoke system privileges from a user using REVOKE
60) Revoking a Role
61) Revoking Object Privileges
62) Revoking Privileges from a Role
63) Rich and Brad are maintenance level users
64) Roles
65) Seeing SYNONYM in the Oracle data dictionary
66) Synonyms
67) System Privileges
68) The EXECUTE ANY PROCEDURE can then be granted to another user
69) To connect to the database a user must be granted the permission to create a session, which is the CREATE SESSION system pr
70) Unassign Role
71) Unassign Role from User
72) Unlocking (or locking) accounts
73) Use the GRANT option to enable a user to grant a privilege to another user
74) Use WITH ADMIN OPTION to enable a user to grant a privilege to another user
75) User space